github.com/klauspost/compress/zstd.SnappyConverter.readFull (method)

7 uses

	github.com/klauspost/compress/zstd (current package)
		snappy.go#L109: 		if !r.readFull(r.buf[:4], true) {
		snappy.go#L152: 			if !r.readFull(buf, false) {
		snappy.go#L216: 			if !r.readFull(buf, false) {
		snappy.go#L228: 			if !r.readFull(r.block.literals, false) {
		snappy.go#L257: 			if !r.readFull(r.buf[:len(snappyMagicBody)], false) {
		snappy.go#L278: 		if !r.readFull(r.buf[:chunkLen], false) {
		snappy.go#L402: func (r *SnappyConverter) readFull(p []byte, allowEOF bool) (ok bool) {